home *** CD-ROM | disk | FTP | other *** search
- |nextcard|
- windowtitle `NextCard
- printlf `Goes to the next Card in the Deck.`
- printlf
- print `SEE ALSO: `
- subject `PreviousCard`PreviousCard`
- print ` & `
- subject `GotoCard`GotoCard`
- end
-
- |previouscard|
- windowtitle `PreviousCard
- printlf `Goes to the previous Card in the Deck.
- printlf
- print `SEE ALSO: `
- subject `NextCard`NextCard`
- print ` & `
- subject `GotoCard`GotoCard`
- end
-
- |firstcard|
- windowtitle `FirstCard
- printlf `Goes to the first Card in the Deck.
- printlf
- print `SEE ALSO: `
- subject `LastCard`LastCard`
- print ` & `
- subject `GotoCard`GotoCard`
- end
-
- |lastcard|
- windowtitle `LastCard`
- printlf `Goes to the last Card in the Deck.
- printlf
- print `SEE ALSO: `
- subject `FirstCard`FirstCard`
- print ` & `
- subject `GotoCard`GotoCard`
- end
-
- |gotocard|
- windowtitle `GotoCard "CardName"`
- printlf `Goes to the Card with the given "CardName"
- printlf `in the Deck. The Card name must be spelled
- printlf `exactly as it was spelled in the Card Editor
- printlf `Requester.
- end
-